home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / obscd.zip / TOOLKIT.DOC < prev   
Text File  |  1991-09-23  |  10KB  |  217 lines

  1.                                Obs Toolkit
  2.  
  3.                              Contrails, Inc.
  4.                                Lompoc, CA
  5.  
  6.                              (805) 733-2808
  7.  
  8.  
  9. This is only a component of Obs Toolkit. The complete Toolkit can be
  10. acquired on CompuServe/Ziffnet ZNT:UTILFORUM (ASP Utilities) in the file
  11. OBSKIT.ZIP.
  12.  
  13. Obs Toolkit components are available on IBMSYS.
  14.  
  15. This document provides a description of all the tools in the Toolkit.
  16.  
  17.  
  18. ListFiles (OBSLF.ZIP)
  19. ---------
  20.   A directory program with spice. ListFiles can sort the files any way
  21.   you want (by size, time, name, extension, or combinations thereof). It
  22.   can recurse through subdirectories. It can restrict the filenames with
  23.   extended wildcards, and can exclude up to 8 filespecs. You can request
  24.   multiple filespecs, restrict based on size, time, or file attributes.
  25.  
  26.   ListFiles can search out files with duplicate directory entries or
  27.   duplicate contents. It will report files that have old timestamps and
  28.   files that are executable but hidden because of DOS's search algorithm.
  29.  
  30.   ListFiles has improved page handling and can still be paused when you
  31.   type characters when scrolling; you can even flip ListFiles into paged
  32.   display mode after the listing has started (it is 25/43/50 line aware).
  33.  
  34.   ListFiles is a superset of the DOS 5 "DIR" command.
  35.  
  36.  
  37. MultiFile (OBSMF.ZIP)
  38. ---------
  39.   A file manipulator. MultiFile can copy, rename and delete files.
  40.   MultiFile can even modify a file's directory entry (attributes, and
  41.   timestamp). It has the same file restriction capability as ListFiles,
  42.   but you can now request a prompt to selectively confirm each file.
  43.   MultiFile can recurse subdirectories also.
  44.  
  45.   When copying files, MultiFile can be directed to just update the files
  46.   in the target directory with the newer files in the source, or replace
  47.   the files in the target, or add to the files in the target. Those
  48.   options can be combined so that you can update & add, etc.... MultiFile
  49.   can even reset the Archive attribute after copying the file. You can
  50.   even hoist all of the latest files in a directory branch into a
  51.   specified directory. MultiFile will even create the directory.
  52.  
  53.   When moving files, you can rename the files in the current directory,
  54.   move them between directories, and even move them across disks. The
  55.   move allows you to move entire directory branches and you can even
  56.   rename an existing directory.
  57.  
  58.   MultiFile warns you before overwriting an existing file, or deleting a
  59.   Read-only file (these warnings can be overridden). You can even
  60.   perform a test run to see what would be done if you let MultiFile write
  61.   to disk.
  62.  
  63.  
  64. ObsCD (OBSCD.ZIP)
  65. -----
  66.   ObsCD is a quick directory change program. It can figure out what
  67.   directory you want when you mis-type; it can change the current disk
  68.   and directory; it can push and pop directories; and it can make and
  69.   remove directories. When making directories you can change into them
  70.   immediately.
  71.  
  72.   ObsCD is smart. It works very hard to keep the Hot directory file
  73.   current. Whenever you create, make, or visit a directory, ObsCD will
  74.   update its Hot directory file. (Not a rebuild, just an update, and it
  75.   is not required.) ObsCD can even use quick change logic on floppy
  76.   drives without writing to the floppy.
  77.  
  78.   With ObsCD you can write batch files that restore the directory
  79.   environment to the way it was before you ran the batch file. You can
  80.   exclude disks & directories that you do not want to be included in the
  81.   Hot directory file. You can place the Hot directory file on any drive.
  82.   You can push the current directory, and pop back later (stack can be up
  83.   to 9 entries deep).
  84.  
  85.  
  86. EnvEdit (OBSEE.ZIP)
  87. -------
  88.   EnvEdit is a DOS environment editor. You can modify the current DOS
  89.   environment, its parents, or the root environment. You can
  90.   interactively edit a variable, or you can perform batch mode editing.
  91.   EnvEdit will also give you status on the environment block.
  92.  
  93.   The interactive editor can handle very large environment variables, and
  94.   in fact, can be used to create environment variables which exceed the
  95.   DOS command line limitation. This is useful to create PATH variables
  96.   which are as long as you want.
  97.  
  98.   The batch mode editor can insert, append, and replace text in any
  99.   environment variable. This can be quite handy to modify a PATH prior to
  100.   launching a program, and then restore it when exiting.
  101.  
  102.   The status reports the total space of the environment block and how
  103.   much is available, and reports the memory location where the
  104.   environment block is located.
  105.  
  106.  
  107. FileDump (OBSFD.ZIP)
  108. --------
  109.   FileDump reports the contents of files. The files can be reported in
  110.   text, ASCII characters only, HEX dump, strings only, or a count of the
  111.   total number of bytes, words, lines, and pages.
  112.  
  113.   You can restrict the output to start at a specific line or byte, and/or
  114.   end at a specific line or byte (those calculations can be relative to
  115.   one another). You can strip the high bit and even select the tab
  116.   spacing.
  117.  
  118.   The page handling allows you to interrupt the scrolling display at any
  119.   time (regardless of the keys pressed). You can chose to wrap long lines
  120.   or truncate them. You can even have the lines numbered.
  121.  
  122.   When catenating files together, they are kept in the order specified,
  123.   and when wildcards each is dereferenced in alphabetical order. You can
  124.   catenate files as text files or binary files.
  125.  
  126.   A nifty feature is the Smart option. When that option is invoked,
  127.   FileDump will work very hard to present the file in optimum form,
  128.   regardless of the output mode chosen.
  129.  
  130.  
  131. DirSize (OBSDS.ZIP)
  132. -------
  133.   DirSize produces a directory tree of the directory specified. Along
  134.   side of that tree it can report size information and/or the creation
  135.   date of the directory. DirSize was released to the Public Domain in May
  136.   1990. The reception was so good it put the author into Shareware.
  137.  
  138.   The size information contains the total number of files in the
  139.   directory, the total number of cluster bytes occupied by those files,
  140.   and if there are sub-directories, the total number of cluster bytes
  141.   occupied in that entire directory branch. This information can be very
  142.   useful in deciding what directories to eliminate/move when you require
  143.   additional disk space. (Remember MultiFile will do that for you.)
  144.  
  145.   The tree can be abbreviated to the depth specified, and at your option,
  146.   the size information can still be collected. DirSize now provides an
  147.   improved screen display format and is correct (as compared against
  148.   CHKDSK).
  149.  
  150.  
  151. Locate (OBSLOC.ZIP)
  152. ------
  153.   Locate is a command locator and a multi-disk file finder. When
  154.   operating as a command locator, Locate will search the DOS path to
  155.   determine which file will be executed when a command is invoked at the
  156.   command line. When operating as a file finder, you can select the disks
  157.   that you want searched.
  158.  
  159.   The command locator can be used to tune your path statement. When you
  160.   request to locate a single command, Locate will time the search to the
  161.   command. This shows how (in?)efficient a path search can be. It is also
  162.   interesting to locate which commands are supported via DOS internal
  163.   commands, and those supported by .COM, .EXE, and .BAT files.
  164.  
  165.   The file locator is the same as what you are probably familiar with.
  166.   The real difference is performance. Locate is considerably faster than
  167.   most. Given the additional wildcard control and selective disk search,
  168.   it is a noteworthy improvement. Locate can also include system and
  169.   hidden files in its search.
  170.  
  171.  
  172. Alias (OBSALI.ZIP)
  173. -----
  174.   Alias is an alias translator. As far as alias programs go, this one is
  175.   pretty simple (but it isn't a slouch). Simple operation, and simple to
  176.   use. The alias program is provided to serve one important purpose, and
  177.   that purpose is to remap some of the DOS internal commands to the
  178.   Toolkit equivalents.
  179.  
  180.   The Toolkit capabilities map easily to that familiar DOS interface. It
  181.   is so seamless in fact, that many users will never notice that the
  182.   Toolkit is running. You wont have to learn a thing to use the Toolkit.
  183.   But when you do, you'll wonder how you got along without it.
  184.  
  185.   Now you can have a more powerful DIR command. A smarter COPY. A rename
  186.   that can move files too. A PATH that you can edit. A TYPE that can
  187.   display multiple files and page its own output. A CD that will get you
  188.   there quickly without fussing. A SET that can read the current
  189.   directory. In fact, most of the DOS internal commands (and many of the
  190.   external ones) can be replaced by more capable Toolkit equivalents.
  191.  
  192.   You don't have to use the Alias program supplied by the Toolkit.
  193.   Although it will be improved in later versions (watch out!); any alias
  194.   capability can be very handy. That's why we provide aliases for other
  195.   popular aliased environments, such as, DOSKEY, CMD-ED, PCED, and more.
  196.   If your's isn't listed, then you can easily add the Toolkit commands to
  197.   your existing configuration.
  198.  
  199.  
  200. Summary
  201. -------
  202.   With all of the Toolkit commands, you get improved wildcards, better
  203.   display handling, more capability and better protection. In fact, with
  204.   the COPY command, you are actually safer than with DOS! Try to copy a
  205.   larger existing file onto a full floppy and see what happens. The
  206.   existing file on the floppy will be deleted! Not with Obs Toolkit. If
  207.   you want the file deleted, you delete it! No hidden favors.
  208.  
  209.   The complete Obs Toolkit is Shareware and is available for $39.00. For
  210.   your convenience, you can register the entire Toolkit now. If you are
  211.   still hesitant, then get a copy of the Shareware Toolkit and try it out
  212.   for yourself. DOS will never be the same.
  213.  
  214.   Thank you for your interest in Obs Toolkit.
  215.  
  216.   Member of the Association of Shareware Professionals.
  217.